/*Created by lk on 2020/03/21.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: "Microsoft YaHei", sans-serif}

ul{list-style: none}

ul, li ,ol{margin: 0; padding: 0}

h1,h2,h3,h4,h5,h6{margin: 0; font-weight: normal}

p{margin: 0;}

a{text-decoration: none; display: block; color: #333; outline: none}

img{border: 0; float: left}

div{box-sizing: border-box}

.clearfix:after{content: ""; display: block; height: 0; clear: both; visibility: hidden; font-size: 0}

ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}

.w1200{width: 1200px; margin: 0 auto; position: relative}
.w1440{width: 1440px; margin: 0 auto; position: relative}
.w{width: 92%; margin: 0 auto; position: relative}
.left{float: left}
.right{float: right}

::-webkit-scrollbar
{
    width: 6px;
    background-color: rgba(255,255,255,.1);
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.4);
}


@font-face {
    font-family: 'novecentowide-book';
    src: url('../font/novecentowide-book-webfont.eot');
    src: url('../font/novecentowide-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/novecentowide-book-webfont.woff2') format('woff2'),
    url('../font/novecentowide-book-webfont.woff') format('woff'),
    url('../font/novecentowide-book-webfont.ttf') format('truetype'),
    url('../font/novecentowide-book-webfont.svg#dincond-mediumalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----header----*/
.header{width: 100%; height: 60px; position:fixed; box-shadow: 0 0 10px 2px rgba(0,0,0,.2); background: #fff; z-index: 99; transition: all .4s; -webkit-transition: all .4s}
.header .logo{float: left; width: 276px; height: 46px; margin: 7px 0 0 10%; background: url("../image/logo.png") no-repeat; background-size: cover; position: relative; z-index: 9}
.header .logo_en{float: left; width: 276px; height: 46px; margin: 7px 0 0 10%; background: url("../image/logo-en.png") no-repeat; background-size: cover; position: relative; z-index: 9}
.header .logo_jp{float: left; width: 276px; height: 46px; margin: 7px 0 0 10%; background: url("../image/logo-jp.png") no-repeat; background-size: cover; position: relative; z-index: 9}

.header .button{position: absolute; right: 0; top: 0; width: 40px; height: 40px; padding: 5px; margin: 10px; background: none; border: none; cursor: pointer; display: none}
.header button{outline: none}
.header .button span{width: 30px; height: 2px; position: absolute; top: 0; left: 5px; display: block; background: #666; transition: all .5s; -webkit-transition: all .5s}

.header .button span:nth-child(1){top: 10px}
.header .button span:nth-child(2){top: 20px}
.header .button span:nth-child(3){top: 30px}

#button .span1{top: 20px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg)}
#button .span2{opacity: 0}
#button .span3{top: 20px; transform: rotate(45deg); -webkit-transform: rotate(45deg)}

.nav{float: right; padding-right: 12%; background: #fff; transition: all .4s; -webkit-transition: all .4s; position: relative}
.nav .nav_bar{list-style: none; background: #fff}
.nav .nav_bar li{float: left; margin-right: 2px;}
.nav .nav_bar li>a{font-size: 14px; color: #333; padding: 0 20px; line-height: 60px;}
.nav .nav_bar li:hover>a{color: #fff; background: #c3b59b}
.nav .nav_bar li.on >a{color: #fff; background: #c3b59b}

.nav .nav_son{position: absolute; top: 0; left: 70px; height: 60px; width: 200%; padding-left: 12px; background: rgba(0,0,0,.6); z-index: -2; transition: all .3s; -webkit-transition: all .3s}
.nav .nav_son a{display: inline-block; font-size: 14px; color: #e0e0e0; margin: 0 6px; padding: 0 8px; line-height: 60px; transition: all .3s; -webkit-transition: all .3s}
.nav .nav_son a:hover{color: #c3b59b}

.nav .nav_son.sub_on{top: 60px; opacity: 1}

.nav li:nth-child(1) .nav_son{opacity: 0}
.nav li:nth-child(3) .nav_son{margin-left: 98px;}
.nav li:nth-child(4) .nav_son{margin-left: 196px;}
.nav li:nth-child(5) .nav_son{margin-left: 294px;}
.nav li:nth-child(6) .nav_son{margin-left: 392px;}
.nav li:last-child .nav_son{opacity: 0}

.lan{position: absolute; top: 0; right: 0; margin-right: 16%}
.lan .e{width: 60px; height: 60px; text-align: center; line-height: 64px; cursor: pointer}
.lan .e i{font-size: 20px; color: #666}
.lan .e:hover i{color: #c3b59b}
.lan .e_list{width: 220px; height: 60px; background: rgba(0,0,0,.6); position: absolute; top: 0; right: -150%; line-height: 60px; transition: all .3s; -webkit-transition: all .3s; z-index: -2}
.lan .e_list a{display: inline-block; font-size: 14px; color: #fff; padding: 0 20px}
.lan .e_list a:hover{color: #c3b59b}

.lan .e_list.lan_on{top: 60px}

/*----footer-----*/
.footer{background: #282828; position: relative; z-index: 2}
.footer .footer_top{padding: 40px 0 30px 0}
.footer .footer_top .top_left{width: 50%;}
.footer .footer_top .top_left h1{font-size: 18px; color: #999; margin-bottom: 20px}
.footer .footer_top .top_left span{display: inline-block; width: 48%; font-size: 13px; color: #999; line-height: 26px;}

.footer .footer_top .top_right{width: 50%; padding-top: 46px;}
.footer .footer_top .top_right .footer_ying{margin-bottom: 10px}
.footer .footer_top .top_right .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #999;}
.footer .footer_top .top_right .footer_ying .ying{font-size: 13px; color: #999; padding: 0 6px 0 0; margin-right: 4px;}
.footer .footer_top .top_right .footer_link{margin-bottom: 10px;}
.footer .footer_top .top_right .footer_link a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #999;}
.footer .footer_top .top_right .footer_link .f_link{font-size: 13px; color: #999; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer_end{background: #181818; padding: 16px 0}
.footer .footer_end span{display: inline-block; font-size: 12px; color: #999; }
.footer .footer_end span a{display: inline-block; font-size: 12px; color: #999; margin-right: 20px;}
.footer .footer_end span .design{width: 64px; height: 16px; margin-right: 0; color: transparent; background: url("../image/power.png") no-repeat; background-size: cover}


/*----right_list----*/
.right_list{width: 48px; position: fixed; right: 20px; bottom: 0; margin-bottom: 16%; z-index: 99;}
.right_list .li{position: relative; width: 50px; height: 50px; margin-bottom: 4px; text-align: center; line-height: 50px; background: #c3b59b; border-radius: 4px; cursor: pointer; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li i{font-size: 32px; color: #333; vertical-align: middle; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li.top{height: 38px; line-height: 32px}

.right_list .li .img{width: 120px; height: 150px; position: absolute; top: 0; right: 0; margin: 40px 60px 0 0; background: #fcfcfc; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s .1s; -webkit-transition: all ease .3s .1s}
.right_list .li .img img{width: 100%; display: block; float: none; margin: 0 auto 5px auto;}
.right_list .li .img p{line-height: 10px; font-size: 13px; color: #333}

.right_list .li .tel{width: 190px; height: 50px; position: absolute; top: 0; right: 0; margin: 0 0 0 0; background: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li .tel h3{font-size: 18px; color: #26324a; line-height: 50px; font-family: 'novecentowide-book'}
.right_list .li .tel h3 i{font-size: 20px; color: #26324a; padding-right: 6px; vertical-align: middle; padding-bottom: 2px}
.right_list .li .tel h3 a{display: inline-block}

.right_list .li:hover{background: #000}
.right_list .li:hover i{color: #fff;}
.right_list .li:hover .img{visibility: visible; opacity: 1; margin: 0 60px 0 0}
.right_list .li:hover .tel{margin: 0 60px 0 0; visibility: visible; opacity: 1}